Skip to content

Conversation

@naveenpgit
Copy link

@naveenpgit naveenpgit commented Apr 1, 2025

Use default charset (server side) instead of hard-coded ISO-8895-1

more details are in the Ticket: https://support.fusioncharts.com/helpdesk/tickets/544292

Main issue is Export charts with Japanese chars , the charectes are garbled

fusionexport-java-client while preparing the multipart payload in class HttpConnectionManager.addReqParam(String key, String value) which calls http4 Mime library builder MultipartEntityBuilder.addTextBody(key, value) which adds request param with content type DEFAULT_TEXT that has encoding ISO_8859_1 because of that the payload is all garbled when sent to fusion-server

Before

image

After

image

Use default charset (server side) instead of hard-coded ISO-8895-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant